<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Microsoft YaHei, sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
body {
	min-width: 1300px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 80px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	padding: 0 30px;
	z-index: 100;
	background: rgba(255,255,255,.9);
	box-sizing: border-box;
}

#gHeader h1 {
	margin: 11px 40px 0 0;
	float: left;
}

#gHeader h1 img {
	width: 300px;
}

#gHeader .tel{
	margin-top: 10px;
	padding-left: 66px;
    float: right;
	color: #333;
	font-size: 16px;
	background: url(../images/call.png) no-repeat left center;
}

#gHeader .tel span {
	display: block;
	color: #F77D00;
	font-size: 40px;
	font-family: Impact;
	font-weight: bold;
}

@media all and (min-width: 1280px) and (max-width: 1580px) {
	#gHeader .tel {
		display: none;
	}
	
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 800px;
	float: left;
}

@media all and (max-width: 1280px) {
	#gNavi {
		display: none;
	}
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a {
	height: 100px;
	line-height: 100px;
	display: block;
	color: #000;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li a:hover {
	color: #fff;
	background: #018935;
}

@media all and (min-width: 1280px) and (max-width: 1580px) {
	#gNavi {
		width: 70%;
		float: right;
	}
}

/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
	margin-bottom: 60px;
	position: relative;
}

.mainImg .pic01,
.mainImg .pic02,
.mainImg .pic03 {
	width: 100%;
	height: 700px;
	float: left;
}

.mainImg .slick-active {
}

.mainImg .pic01 {
	background: url(../images/mainimg01.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic02 {
	background: url(../images/mainimg02.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic03 {
	background: url(../images/mainimg03.jpg) no-repeat center center;
	background-size: cover;
}

.slick-dots {
	width: 100%;
	position:absolute;s
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #FF7300;
}

.feature {
	margin: 0 auto 50px;
	width: 90%;
	min-width: 1200px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
}

.pageLead {
	padding-top: 90px;
	height: 310px;
	background: url(../images/page_lead.jpg) no-repeat center center;
	background-size: cover;
}

.pageLead h2 {
	padding: 30px 0;
	margin: 0 auto;
	width: 500px;
	color: #018935;
	font-size: 60px;
	font-weight: normal;
	text-align: center;
	background: rgba(255,255,255,.7);
	border-radius: 30px;
}

.pageLead h2 span {
	margin-top: 15px;
	padding-top: 15px;
	display: block;
	font-size: 25px;
	font-weight: normal;
	position: relative;
}

.pageLead h2 span:before {
	margin-left: -50px;
	width: 100px;
	height: 3px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	background: #018935;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 50px;
	padding: 10px 5%;
	background: #F1F1F1;
}

#pagePath .position {
	margin-top: 10px;
	padding-left: 40px;
	float: left;
	color: #666;
	font-size: 16px;
	background: url(../images/home.png) no-repeat left center;
	background-size: 28px 28px;
}

#pagePath .position a {
	color: #666;
}

#pagePath .tel {
	padding-left: 40px;
	float: right;
	color: #d40000;
	font-size: 22px;
	background: url(../images/call.png) no-repeat left center;
	background-size: 30px 30px;
}

#pagePath .tel span {
	font-family: Impact;
	font-size: 28px;
	font-weight: bold;
}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	background: url(../images/f_bg.jpg) no-repeat center center;
	background-size: cover;
}

#gFooter .navi {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,.7);
}

#gFooter .navi ul {
	margin: 0 auto;
	width: 1200px;
}

#gFooter .navi li {
	width: 14.28%;
	float: left;
	color: #fff;
}

#gFooter .navi li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

#gFooter .navi li a:hover {
	text-decoration: underline;
}

#gFooter .fBox {
	padding: 50px 0;
	margin: 0 auto;
	width: 1200px;
}

#gFooter .leftBox {
	width: 340px;
	float: left;
}

#gFooter .code {
	position: relative;
}
	
#gFooter .code img {
	width: 140px;
}

#gFooter .code span {
	display: block;
	color: #fff;
	font-size: 15px;
	position: absolute;
	left: 160px;
	top: 40%;
}

#gFooter .logo {
	margin-bottom: 30px;
}

#gFooter .boxlink {
	width: 840px;
	float: right;
}

#gFooter .boxlink .sub {
	padding: 0 35px 20px;
	width: 50%;
	height: 270px;
	float: left;
	box-sizing: border-box;
	border-left: 1px solid #575757;
}

#gFooter .boxlink .ttl {
	margin-bottom: 25px;
	padding-bottom: 10px;
	width: 50%;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 5px solid #018935;
}

#gFooter .boxlink li {
	margin: 0 0 10px 0;
	width: 50%;
	float: left;
	color: #fff;
	font-size: 15px;
}

#gFooter .boxlink li a {
	padding: 8px 0;
	color: #fff;
}

#gFooter .boxlink li a:hover {
	text-decoration: underline;
}

#gFooter .boxlink .text {
	color: #fff;
	font-size: 15px;
	line-height: 1.7;
}

#gFooter .boxlink .text a {
	color: #fff;
}

#gFooter .boxlink .text a:hover {
	text-decoration: underline;
}

#gFooter .boxinfo {
	width: 290px;
	float: left;
	border-right: 1px dotted #fff;
}

#gFooter .boxinfo .ttl {
	margin-bottom: 5px;
	color: #02A454;
	font-size: 18px;
}

#gFooter .boxinfo .tel {
	padding-left: 55px;
	color: #9f9f9f;
	font-size: 15px;
	background: url(../images/f_tel.jpg) no-repeat left center;
}

#gFooter .boxinfo .tel span {
	display: block;
	font-size: 25px;
}

#gFooter .boxinfo P {
	color: #fff;
	font-size: 15px;
	line-height: 1.7;
}

#gFooter .boxinfo P a {
	color: #fff;
}

#gFooter .copyright {
	padding: 15px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #000;
}

#gFooter .copyright a {
	color: #fff;
}

#gFooter .copyright a:hover {
	text-decoration: underline;
}

.comH2 {
	font-size: 45px;
	line-height: 35px;
	text-align: center;
	box-sizing: border-box;
}

.comH2 b {
	padding: 18px 0;
    color: #F77D00;
    margin: 15px auto;
    display: inline-block;
}

.comH2 i {
    color: #fff;
	font-size: 40px;
    background: #018935;
    border-radius: 30px;
    padding: 0 20px;
    margin-left: 10px;
}

.comH2 em {
    display: block;
	color: #666;
    font-size: 16px;
    margin-top: -15px;
    font-weight: normal;
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 3px;
    border-radius: 3px;
}

.pagination a:hover {
	color: #018935;
	border: 1px solid #018935;
}

.pagination a.page-num-current {
	color: #fff;
	background: #018935;
	border: 1px solid #018935;
}

.pagination .page-status {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination .page-status,
.pagination .page-index,
.pagination .page-last {
	display: none;
}

.fir {
	position: fixed;
	right: 20px;
	top: 45%;
}

.fir a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: block;
	text-align: center;
	padding-top: 8px;
	box-sizing: border-box ;
}
</pre></body></html>